From f200b75dd343675675bb1e28f373124b138a4081 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 19 May 2010 18:41:15 +0100 Subject: [PATCH] x86: Remove debug code from previous changeset. Signed-off-by: Keir Fraser --- xen/arch/x86/hvm/vmx/vmcs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x86/hvm/vmx/vmcs.c index a47befcc7b..908bfff889 100644 --- a/xen/arch/x86/hvm/vmx/vmcs.c +++ b/xen/arch/x86/hvm/vmx/vmcs.c @@ -235,9 +235,6 @@ static int vmx_init_vmcs_config(void) _vmx_vmentry_control = adjust_vmx_controls( min, opt, MSR_IA32_VMX_ENTRY_CTLS); - if ( smp_processor_id() == 2 ) - vmx_basic_msr_low = 0xdeadbeef; - if ( !vmx_pin_based_exec_control ) { /* First time through. */ -- 2.30.2